-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAD-608 trace-dispatcher library #3073
Conversation
4f59c13
to
6073f69
Compare
ddf7a0a
to
bae146b
Compare
8dc9ed4
to
8f231e4
Compare
bddc82d
to
812dd0c
Compare
812dd0c
to
c920e12
Compare
c920e12
to
c36bd00
Compare
The |
bors r+ |
👎 Rejected by code reviews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks absolutely great.
Thank you a huge lot @jutaro !
bors r+ |
👎 Rejected by code reviews |
David has also already approved it.
bors r+ |
3073: CAD-608 trace-dispatcher library r=deepfire a=jutaro This is `trace-dispatcher`, a library for tracing, which replaces the `iohk-monitoring-framework`. * It is build completely on the base of contravariant functors * Every aspect of tracing is controllable via the configuration, down to every individual message * It has the ability to document all tracing messages * It can be used beside the current tracing system in a first step * When the old tracing infrastucture will be removed it can be dynamically reconfigured in a running node * It is build for efficiency from the ground up, so that messages will never be stored Documentation is included in docs/trace-dispatcher.md Co-authored-by: Yupanqui <jnf@arcor.de> Co-authored-by: Kosyrev Serge <serge.kosyrev@iohk.io> Co-authored-by: Denis Shevchenko <denis.shevchenko@iohk.io>
c36bd00
to
ef3fd9b
Compare
Canceled. |
bors r+ |
Build succeeded: |
This is
trace-dispatcher
, a library for tracing, which replaces theiohk-monitoring-framework
.Documentation is included in docs/trace-dispatcher.md